PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFDocumentSecurityStoreItem Class / getData Method
In This Topic
    getData Method
    In This Topic
    Gets the item data.
    The stream should be used only for reading the data from the item. Writing data to the stream has no effect on the content of the item.
    Syntax
    public Stream getData()

    Return Value

    A stream storing the decompressed item data.
    See Also